home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00103_Script_swapMember < prev    next >
Text File  |  1999-02-25  |  184b  |  11 lines

  1.  
  2. on mouseWithin me
  3.   set the member of sprite the currentSpriteNum to "sticker-7"
  4.  
  5. end
  6.  
  7. on mouseLeave me
  8.   set the member of sprite the currentSpriteNum to "sticker-6"
  9.  
  10. end
  11.